home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr02
/
lb121.zip
/
LOADSIGS.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-03-16
|
1KB
|
47 lines
@echo off
if %1x==x goto NOTE1
copy /b johndoe.001 %1
copy /b janedoe.002 %1
goto NOTE2
goto end
:NOTE1
echo.
echo This utility installs two Orbit Enterprises signatures into your printer.
echo.
echo To do this you must tell it where your printer is attached to your system.
echo.
echo For example, if the laser is your main system printer you would enter
echo.
echo LOADSIG PRN
echo ---
echo.
echo Depending on your system you might replace PRN with LPT1, LPT2, LPT3,
echo LPT4, COM1, COM2, COM3, COM4 or AUX.
echo.
goto end
:NOTE2
echo.
echo If the two COPYs were successful you can now use macros 1 (John) or 2
echo (Jane) with the LaserMax software. All you need to do is to set the
echo Signature (or Logo) macro number to 1 or 2 to print the signature on
echo the check.
echo.
echo When you turn off the printer these signatures will be erased from the
echo printer's memory.
echo.
echo These signatures are provided by Orbit Enterprises
echo Glenn Ellyn, IL
echo 800 767 6724
echo 708 469 3405
echo Fax: 708 469 4895
echo BBS: 708 469 4850
echo.
goto end
:end